GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-25T03:24:42.6441938+00:00",
"SubmitDate": "2026-03-25T03:24:42.6441938+00:00",
"ReportPeriodStart": "2026-03-25T03:24:42.6441938+00:00",
"ReportPeriodEnd": "2026-03-25T03:24:42.6441938+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70e51c22-b031-40bc-8760-827e5566bdaa",
"Rows": [
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70e51c22-b031-40bc-8760-827e5566bdaa",
"Rows": [
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f9a27b9-2532-4218-89af-d0adcb62a54b",
"97e3a06a-49f1-42e7-9cd9-dbf0fcd7ec6e"
],
"Approvers": [
"554ee179-47ca-437a-9791-576b9f6434e8",
"074030d8-46c9-4180-9106-254c35c30f70"
],
"ApprovedBy": "b486d119-ed3d-427d-a8d7-52bc695cd5b3",
"ApprovalDate": "2026-03-25T03:24:42.6441938+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d7322f7e-b4c4-47e4-b833-78d101c14055",
"id": "5dba437f-757c-42a0-9b55-eeaf4c536fc5",
"ConfigId": "c360b331-6bc5-4ce4-91b5-17222989a11c"
},
{
"GenerationDate": "2026-03-25T03:24:42.6441938+00:00",
"SubmitDate": "2026-03-25T03:24:42.6441938+00:00",
"ReportPeriodStart": "2026-03-25T03:24:42.6441938+00:00",
"ReportPeriodEnd": "2026-03-25T03:24:42.6441938+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70e51c22-b031-40bc-8760-827e5566bdaa",
"Rows": [
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70e51c22-b031-40bc-8760-827e5566bdaa",
"Rows": [
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab92c62d-e6e4-4402-bc1c-2cc98687c330",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f9a27b9-2532-4218-89af-d0adcb62a54b",
"97e3a06a-49f1-42e7-9cd9-dbf0fcd7ec6e"
],
"Approvers": [
"554ee179-47ca-437a-9791-576b9f6434e8",
"074030d8-46c9-4180-9106-254c35c30f70"
],
"ApprovedBy": "b486d119-ed3d-427d-a8d7-52bc695cd5b3",
"ApprovalDate": "2026-03-25T03:24:42.6441938+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d7322f7e-b4c4-47e4-b833-78d101c14055",
"id": "5dba437f-757c-42a0-9b55-eeaf4c536fc5",
"ConfigId": "c360b331-6bc5-4ce4-91b5-17222989a11c"
}
]